home *** CD-ROM | disk | FTP | other *** search
- 1 See Also
- 2 See Also Property
- 100 See Also
- 101 See Also Property
- 102 Button
- 103 RoboHELP HTML is not running or could not be located. This control can only be used in conjunction with RoboHELP HTML.
- 104 RoboHELP HTML could not be located. You may need to reinstall RoboHELP HTML.
- 105 One or more specified topics could not be found in the current project.
- 106 Title
- 107 &Title
- 108 (hidden)
- 109 bmp
- 110 Button Image Files (*.bmp;*.ico)|*.bmp;*.ico||
- 111 This image file is not in the project and must be copied to the project folder prior to use. Copy '%s' to the project folder?
- 112 The file already exists in the project folder. Do you want to overwrite it?
- 113 The file could not be copied. The target folder or file may not be writable.
- 114 See Also
- 115 See Also
- 116 (bitmap goes here)
- 117 (icon goes here)
- 118 *.bmp;*.ico
- 119 You must specify an image filename.
- 120 All Image Types|*.bmp;*.cur;*.dib;*.ico|Bitmaps (*.bmp;*.dib)|*.bmp;*.dib|Icons/Cursors (*.ico;*.cur)|*.ico;*.cur||
- 121 This file is not in the project and must be copied into project folder prior to use. Continue?
- 122 The file '%s' exists. Overwrite it?
- 123 Can not copy file '%s' to '%s'.
- 128 <OBJECT
- \n CLASSID="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11"
- \n ID="%s" TYPE="application/x-oleobject">
- \n
- 129 <PARAM NAME="Command" VALUE="%s">
- \n <PARAM NAME="Button" VALUE="%s">
- \n
- 130 <PARAM NAME="%s" VALUE="%s">
- \n
- 131 </OBJECT>
- \n
- 132 ALink
- 133 ALink,MENU
- 134 <PARAM NAME="Item%d" VALUE="%s">
- \n
- 135 <PARAM NAME="Flags" VALUE=",,1">
- \n
- 10064 Help
- 10065 Please make sure there is only one RoboHTML instance running.
- 57344 See Also
- 57345 See Also Properties
- 57346 Display
- 57347 The term "%1" is already listed in the ALink Control.
- 57348 (not specified)
- 57349 _blank
- 57350 _parent
- 57351 _self
- 57352 _top
- 57353 CString strCaptionStyle;
- \n
- \n CString strCommand;
- \n if( m_nDialogDisplay )
- \n strCommand.LoadString( IDS_RTS_COMMAND_MENU );
- \n else
- \n strCommand.LoadString( IDS_RTS_COMMAND );
- \n
- \n if(!m_bIcon)
- \n {// The control Caption is in Text or for sripts
- \n CString strTemp = _T("Text:");
- \n //strTemp += InternalGetText();
- \n strTemp += m_strText;
- \n strCaptionStyle.Format( IDS_RTS_BODY, strCommand, strTemp );
- \n }
- \n else if( m_bIcon )
- \n {// The control Caption is in Image
- \n CString strTemp ;
- \n if( m_hIcon )
- \n strTemp = _T("Icon:");
- \n else
- \n strTemp = _T("Bitmap:");
- \n strTemp += m_strImage;
- \n strCaptionStyle.Format( IDS_RTS_BODY, strCommand, strTemp );
- \n }
- \n
- \n CString strFont, strFontInfo = GetFontInfo();
- \n strFont.Format( IDS_RTS_PARAM, _T("Font"), strFontInfo );
- \n
- \n CString strWindow;
- \n strWindow.Format( IDS_RTS_PARAM, _T("Window"), m_csWindow );
- \n
- \n CString strFrame;
- \n strFrame.Format( IDS_RTS_PARAM, _T("Frame"), m_csFrame );
- \n
- \n strText.LoadString( IDS_RTS_HEAD );
- \n strText += strCaptionStyle;
- \n strText += s
-